Skip to content

Upgrade dependencies for Python 3.13 support #994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

stoobmmelier
Copy link

@stoobmmelier stoobmmelier commented May 7, 2025

Upgraded the following dependencies for Python 3.13 support:

  • aiohttp (newer versions drop support for Python 3.8)
  • frozenlist
  • jsonschema
  • pydantic-core
  • rpds-py (newer versions drop support for Python 3.8)

Add Python 3.13 to python-test.yml

Resolves: #992

@stoobmmelier
Copy link
Author

Hi @p1c2u, could I get your thoughts on this PR? It's passing in my fork PR: stoobmmelier#1

It's failing the deptry step due to rpds-py not being a direct dependency. It looks to be a dependency of dependencies such as:

  • jsonschema-path
  • openapi-schema-validator
  • openapi-spec-validator

Are you fine with removing the deptry step? Or should the dependencies all be updated?

@stoobmmelier
Copy link
Author

@p1c2u , I added back deptry and got it working. Upgrading rpds-py and jsonschema were needed too. All checks are passing in my fork PR: stoobmmelier#1

Copy link

codecov bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.57%. Comparing base (c9ba8eb) to head (b06ba97).
Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #994      +/-   ##
==========================================
- Coverage   90.62%   90.57%   -0.06%     
==========================================
  Files         150      150              
  Lines        4374     4381       +7     
  Branches      532      534       +2     
==========================================
+ Hits         3964     3968       +4     
- Misses        318      320       +2     
- Partials       92       93       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Support for Python 3.13
1 participant